﻿bard_template = {
	age = { 20 35 }

	# Traits
	random_traits_list = { #are they gonna be bad or not, fun guessing
		count = 1
		education_learning_1 = {}
		education_learning_2 = {}
		education_diplomacy_1 = {}
		education_diplomacy_2 = {}
		education_diplomacy_3 = {}
	}
	trait = poet
	
	#Personality
	random_traits_list = {
		count = 2
		ambitious = {}
		arrogant = {}
		just = {}
		deceitful = {}
		diligent = {}
		impatient = {}
		honest = {}
		brave = {}
		lustful = {}
	}
	random_traits = yes

	dynasty = generate
	faith = root.faith
	culture = root.culture
	diplomacy = {
		min_template_decent_skill
		max_template_high_skill
	}
	after_creation = {
		shogunate_set_fictional_nickname_effect = yes
	}
}